projects
/
thunderbird.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46b9c9b
)
Properly launch applications set in $HOME/.mailcap
author
Mike Hommey
<glandium@debian.org>
Sat, 22 Nov 2008 08:35:23 +0000
(09:35 +0100)
committer
Christoph Goehre
<chris@sigxcpu.org>
Wed, 30 Aug 2023 15:41:36 +0000
(16:41 +0100)
https://bugzilla.mozilla.org/show_bug.cgi?id=444440
Gbp-Pq: Topic fixes
Gbp-Pq: Name Properly-launch-applications-set-in-HOME-.mailcap.patch
uriloader/exthandler/unix/nsMIMEInfoUnix.cpp
patch
|
blob
|
history
diff --git
a/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp
b/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp
index 330c4411597f1a19105601e256a2c3bc71c61780..ff9d78b161d29043f8bcbfe6ceebd328ab9ebc59 100644
(file)
--- a/
uriloader/exthandler/unix/nsMIMEInfoUnix.cpp
+++ b/
uriloader/exthandler/unix/nsMIMEInfoUnix.cpp
@@
-57,6
+57,10
@@
nsresult nsMIMEInfoUnix::LaunchDefaultWithFile(nsIFile* aFile) {
}
nsAutoCString nativePath;
+/* the name of the function has changed
+ * the old was the following:
+ nsCAutoString nativePath;
+ */
aFile->GetNativePath(nativePath);
nsCOMPtr<nsIGIOService> giovfs = do_GetService(NS_GIOSERVICE_CONTRACTID);